home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / eLibPro1.3_setup.exe / eLibPro.dbt / bookformat.json < prev    next >
Encoding:
JavaScript Object Notation  |  2005-01-26  |  228 b 

  1. {
  2.     "schema": {
  3.         "FormatID": "Long Integer NOT NULL",
  4.         "Name": "Text (20) NOT NULL",
  5.         "Notes": "Memo/Hyperlink (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "FormatID": 1,
  10.             "Name": "CHM"
  11.         },
  12.         {
  13.             "FormatID": 2,
  14.             "Name": "PDF"
  15.         },
  16.         {
  17.             "FormatID": 3,
  18.             "Name": "HTML"
  19.         },
  20.         {
  21.             "FormatID": 4,
  22.             "Name": "PDG"
  23.         }
  24.     ]
  25. }